﻿@charset "UTF-8";

/*
 *****************************************************************
 * 1 -- reset
 *****************************************************************
 */

/* for HTML 5
article, aside, audio, canvas, datagrid, datalist, details, dialog, figure, footer, header, main, menu, nav, section, video { display: block; }
abbr, eventsource, mark, meter, time, progress, output, bb { display: inline; } */

/* if you don't care of IE<8 */
#header { box-sizing: border-box; }
#header *, *:before, *:after {
  box-sizing: inherit;
}

/* reset minimum */
#header  ul, ol, { margin: 0; padding: 0; }

/* fix display img/iframe */
img,
iframe { vertical-align: middle; }


ul, ol { padding-left: 2em; }

.unstyled {
  padding-left: 0;
  list-style-type: none;
}

/* RTL */
[dir="rtl"] ul,
[dir="rtl"] ol {
  padding-left: 0;
  padding-right: 2em;
}




#header {
  background: #fff;
  color: #5d5d5d;
  font-family: Arial, helvetica, sans-serif;
  font-size: 14px; /* font-size equiv to 14px */
  line-height: 1.5; /* to update if needed */
  /*overflow-x: hidden;*/
}

body {
  overflow-x: hidden;
}

.center-960 { width:960px; margin:0 auto}
.welcome-name {	float:right; background:#333}


.breadcrumb{padding-left:16px;}


.site-action{float:left}
#editpage table{
	margin-bottom:0 !important;
}
.searchbuttons__bigbutton--what {float: left;}
.search_form > div > label {margin-right: -4px;}
.form-country__buttonimg {
    padding: 0 0 2px;
    position: absolute;
    right: 2px;
}
.font-fix{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.5;
}

/*.navigation__text{line-height:21.8px}*/
.navigation__text{line-height:1.3em}
.navigation__subnav{font-weight:400;}
#countrylist{text-transform:none;}
#countrylist .navigation__subnav__link{text-align: left;}
/*
 *****************************************************************
 * 02 -- webfonts + Hx structure 
 *****************************************************************
 */ 


.uppercase {
  text-transform: uppercase;
}

/*  other useful classes */
.smaller {
  font-size: .9286em; /* equiv 13px */
  line-height:  1.6154;
  margin:  1.6154em 0;
}
.small {
  font-size: .8571em; /* equiv 12px */
  line-height:  1.75;
  margin:  1.75em 0;
}
.big {
  font-size:  1.1429em; /* equiv 16px */
  line-height:  1.3125;
  margin:  1.3125em 0;
}
.bigger {
  font-size:  1.2857em; /* equiv 18px */
  line-height:  1.1667;
  margin:  1.1667em 0;
}
.biggest {
  font-size:  1.4286em; /* equiv 20px */
  line-height:  1.05;
  margin:  1.05em 0;
}

.strong {
  font-weight: bold;
}



/*
 *****************************************************************
 * 03 -- useful classes (utils) + typo fix + styles for "fixed tags"
 *****************************************************************
 */

.noborder, #header iframe { border: 0; }


/*
 * taken from http://tinytypo.tetue.net/ made by @tetue
 * tuned with the help of http://www.nicolas-hoffmann.net/utilitaires/codes-hexas-ascii-unicode-utf8-caracteres-usuels.php
 *
 * see http://en.wikipedia.org/wiki/International_variation_in_quotation_marks for reference
 */
q { /* same for arabic */
  quotes: "\201C" "\201D" "\2018" "\2019";
}
:lang(fr) > q {
  quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D" "\2018" "\2019";
}
:lang(en) > q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
:lang(es) > q {
  quotes: "\00AB" "\00BB" "\201C" "\201D";
}
:lang(ru) > q {
  quotes: "\00AB" "\00BB" "\201a" "\2018";
}
:lang(cn) > q {
  quotes: "\300c" "\300d";
}

/*:lang(it) > q {
  quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D";
}
:lang(de) > q {
  quotes: "\201e" "\201c" "\201a" "\2018";
}*/
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

/* avoid ugly line-height */
sup,
sub {
  vertical-align: 0;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

/* avoid margin on nested elements */
li p,
li ul {
  margin-bottom: 0;
  margin-top: 0;
}
/* Thou shalt not pass (Moïse or Gandalf, don't remember) */
.cut {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
/* remove hyphenation if needed */
.nocut {
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

code,
pre,
samp {
  white-space: pre-wrap;
}
code {
  line-height: 1;
}
kbd {
  border: solid 1px;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  padding: 0 .25em;
}
/* important, abbr are good */
/* only those with a title are shown */
abbr[title] {
  border-bottom: dotted 1px; 
  cursor: help;
  /* color inherited from text */
} 

/* text aligns */
.alignright  { text-align: right; }
.aligncenter { text-align: center; }
.alignleft   { text-align: left; }
.aligntop    { vertical-align: top; }
.alignbottom { vertical-align: bottom; }
.alignmiddle { vertical-align: middle; }

/* RTL */
[dir="rtl"] .alignright { text-align: left; }
[dir="rtl"] .alignleft { text-align: right; }






/*
 *****************************************************************
 * 04 -- links + colors + icons
 *****************************************************************
 */

/* links */
#navigation a, #header div.bg-grey a  {
  color: #106FA8;
  text-decoration: none;
  cursor: pointer;
}
/* remember focus */
#navigation a:focus,  #header div.bg-grey a:focus, 
#navigation a:hover,  #header div.bg-grey a:hover,
#navigation a:active, #header div.bg-grey a:active {
  color: #5D5D5D; 
  /*text-decoration: underline;*/
}
/* avoid border on images in links + fix border image IE */
a:link img,
a:visited img, 
img {
  border-style: none;
}


/* colors */
.bg-white {
  background: #fff;
}
.bg-lightgrey {
  background: #f6f6f6;
}
.bg-grey {
  background: #ececec;
}
.bg-strongblue {
  background: #106fa8;
  color: #fff;
}
.bg-blue {
  background: #588fc2;
  color: #fff;
}
.bg-lightblue {
  background: #d1e2ed;
}

.color-grey {
  color: #5d5d5d;
}



/* links with icons, may use DATA-URI */

.icon-more:before {
  content: "+ ";
  font-weight: bold;
  font-size: 1.2em;
}


/*
 *****************************************************************
 * 05 -- layout & modules
 *****************************************************************
 */

/* rwd needed 
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
svg {
  height: auto;
  max-width: 100%;
}*/
/* no reset on embed, object & video, some players don't like */

/* useful to manage floats */
/* containing floats */
.mod {
  overflow: auto;
}
 
.mod--hidden {
  overflow: hidden;
}

/* some floattings */
.left {
  float: left;
}
.right {
  float: right;
}

/* clear floats */
.clear {
  clear: both;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}
.clearhidden {
  clear: both;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* RTL */
[dir="rtl"] .left {
  float: right;
}
[dir="rtl"] .right {
  float: left;
}

[dir="rtl"] .clearleft {
  clear: right;
}
[dir="rtl"] .clearright {
  clear: left;
}

/* gut : "spacing" empty div */
.gut {
  height: 1px;
}

/* table-design in CSS */
.row {
  display: table;
  table-layout: fixed;
}
.col {
  display: table-cell;
  vertical-align: top;
  white-space: normal;
}
.col-noalign {
  display: table-cell;
}


/* block */
.bl {
  display: block;
}

/* inline-block, useful for grids, and not only */
.inbl,
.grid {
  display: inline-block;
}

/* grid = element of inline-grid */
.grid {
  vertical-align: top;
}

/* to relativize */
.relative,
.centered-content {
  position: relative;
}
.centered-content--nav {
  position: static;
  -webkit-transition: left .5s ease;
     -moz-transition: left .5s ease;
      -ms-transition: left .5s ease;
       -o-transition: left .5s ease;
          transition: left .5s ease;

}

/* centered block */
.center {
  margin-left: auto;
  margin-right: auto;
}

/* block widths */
.w1   { width: 1%; }
.w2   { width: 2%; }
.w3   { width: 3%; }
.w5   { width: 5%; }
.w10  { width: 10%; }
.w15  { width: 15%; }
.w20  { width: 20%; padding-left: 5px; padding-right: 5px;}
.w23-5{ width: 23.5%; }
.w24  { width: 24%; }
.w25  { width: 25%; }
.w30  { width: 30%; }
.w33  { width: 33.333%; }
.w40  { width: 40%; }
.w45  { width: 45%; }
.w49  { width: 49%; }
.w50  { width: 50%; }
.w60  { width: 60%; }
.w66  { width: 66.666%; }
.w70  { width: 70%; }
.w75  { width: 75%; }
.w76  { width: 76%; }
.w80  { width: 80%; }
.w90  { width: 90%; }
.w100 { width: 100%; }
.w100_special { width: 100.1%; }


.mh2-7e {
  min-height: 2.7em;
}
/*.mh3e {
  min-height: 3em;
}*/

/* margins */
.mt0 { margin-top: 0; }
.mt0-5 { margin-top: .5em; }
.mt1 { margin-top: 1em; }
.mt1-5 { margin-top: 1.5em; }
.mt2 { margin-top: 2em; }
.mr0 { margin-right: 0; }
.mr1 { margin-right: 1em; }
.mr2 { margin-right: 2em; }
.mb0 { margin-bottom: 0; }
.mb0-5 { margin-bottom: .5em; }
.mb1 { margin-bottom: 1em; }
.mb2 { margin-bottom: 2em; }
.ml0 { margin-left: 0; }
.ml1 { margin-left: 1em; }
.ml2 { margin-left: 2em; }
.m0  { margin: 0; }
.m1  { margin: 1em; }
.m2  { margin: 2em; }

/* RTL = warning, use with caution */
[dir="rtl"] .mr0 { margin-left: 0; }
[dir="rtl"] .mr1 { margin-right: inherit; margin-left: 1em; }
[dir="rtl"] .mr2 { margin-right: inherit; margin-left: 2em; }
[dir="rtl"] .ml0 { margin-right: 0; }
[dir="rtl"] .ml1 { margin-left: inherit; margin-right: 1em; }
[dir="rtl"] .ml2 { margin-left: inherit; margin-right: 2em; }

/* paddings */
.pt0 { padding-top: 0; }
.pt0-25 { padding-top: .25em; }
.pt0-5  { padding-top: .5em; }
.pt1 { padding-top: 1em; }
.pt2 { padding-top: 2em; }
.pr0 { padding-right: 0; }
.pr1 { padding-right: 1em; }
.pr2 { padding-right: 2em; }
.pb0 { padding-bottom: 0; }
.pb0-25 { padding-bottom: .25em; }
.pb1 { padding-bottom: 1em; }
.pb2 { padding-bottom: 2em; }
.pl0 { padding-left: 0; }
.pl1 { padding-left: 1em; }
.pl2 { padding-left: 2em; }
.p0  { padding: 0; }
.p0-5{ padding: .5em; }
.p1  { padding: 1em; }
.p2  { padding: 2em; }

/* RTL = warning, use with caution */
[dir="rtl"] .pr0 { padding-left: 0; }
[dir="rtl"] .pr1 { padding-right: 0; padding-left: 1em; }
[dir="rtl"] .pr2 { padding-right: 0; padding-left: 2em; }
[dir="rtl"] .pl0 { padding-right: 0; }
[dir="rtl"] .pl1 { padding-left: 0; padding-right: 1em; }
[dir="rtl"] .pl2 { padding-left: 0; padding-right: 2em; }


/* to hide text with accessibility… a11y */
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hidden    { display: none; } /* hidden everywhere */
.nodesktop { display: none; } /* hidden on desktop */
/*.noprint   {} /* hidden on print */
/*.notablet  {} /* hidden on tablets */
/*.nomobile  {} /* hidden on mobile */




/*
 *****************************************************************
 * 06 -- structure (page / skip links / header / main content / footer)
 *****************************************************************
 */

/* === page === */
.centered-content {
  margin: 0 auto;
  position: relative;
  max-width: 68.571428571em; /* equiv 960px */
  max-width: 960px; /* equiv 960px */
}

/* --- skip links --- */
.header__topnav {
  font-size: .8571em; /* equiv 12px */
}

.skip {
  position: absolute;
}
/* .skip__link = 1 skip link  */
/* they should be visible not only on focus */
.skip__link:first-child {
  margin-right: 1em;
}
/* anyway remember making them visible on focus */
/*.skip__link:focus,
.skip__link:hover,
.skip__link:active {

}*/

.switchlang__separator {
  letter-spacing: -0.05em;
}




/* --- header --- */

.header__banner {
  padding: .1em 0;
}

/*
.bg-gradient-nav {

  background: #0f6ea8;
  background: -moz-linear-gradient(left, #0f6ea8 0%, #0f6ea8 48%, #1c4980 50%, #1c4980 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0f6ea8), color-stop(48%,#0f6ea8), color-stop(50%,#1c4980), color-stop(100%,#1c4980));
  background: -webkit-linear-gradient(left, #0f6ea8 0%,#0f6ea8 48%,#1c4980 50%,#1c4980 100%);
  background: -o-linear-gradient(left, #0f6ea8 0%,#0f6ea8 48%,#1c4980 50%,#1c4980 100%);
  background: -ms-linear-gradient(left, #0f6ea8 0%,#0f6ea8 48%,#1c4980 50%,#1c4980 100%);
  background: linear-gradient(to right, #0f6ea8 0%,#0f6ea8 48%,#1c4980 50%,#1c4980 100%);
}
*/
.bg-gradient-nav {background: url('/National_Library/20160526010038oe_/http://www.ohchr.org/SiteCollectionImages/OHCHR_Images/OHCHR-head-grbg.jpg') no-repeat 50% 0;}

.bg-img-nav {
  background: url('/National_Library/20160526010038oe_/http://www.ohchr.org/SiteCollectionImages/OHCHR_Images/header.jpg') no-repeat 50% 0;
}
.bg-img-nav-rtl {
  background: url('/National_Library/20160526010038oe_/http://www.ohchr.org/SiteCollectionImages/OHCHR_Images/header-rtl.jpg') no-repeat 50% 0;
}
.bg-img-nav-rtl{background-size:cover}


.logo {
  width: 350px;
  height: 125px;
  margin-top: 1em;
  margin-bottom: 2em; padding:0; font-size:none !important;
}


.displaysearchform {
  position: absolute;
  top: 35%;
  right: 5.8em;
  -webkit-appearance: none;
  background: transparent;
  z-index: 668;
}
.displaysearchform--below {
  z-index: 665;
}

.searchform__input {
  height: 2em;
  background: #fff url(/National_Library/20160526010038oe_/http://www.ohchr.org/SiteCollectionImages/OHCHR_Images/blue_separator.gif) 100% 50% no-repeat;
  width: 180px !important;
  -webkit-appearance: none;
  border-radius: 0;
}
.searchform__submit {
  height: 28px; /* webkit don't like 2em, grmlbml */
  width: 29px;
  padding: 0;
  border: 0;
  background: #fff;
  text-align: center;
  display: inline-block;
}
.searchform__link {
  text-decoration: none;
  display: inline-block;
  margin-top: .2em;
  color: #fff;
  padding-right: 1em;
  background: url(/National_Library/20160526010038oe_/http://www.ohchr.org/SiteCollectionImages/OHCHR_Images/fleche_blanche.png) 100% 50% no-repeat;
}

.switchlang_form__select {
  height: 2em;
}


.searchbuttons {
  margin-top: 1.5em;
}
.searchbuttons__bigbuttonscontainer {
  margin-top: 1.5em;
}

.searchbuttons__bigbutton__spacer {
  display: none;
}

.blue_button,
.searchbuttons__bigbutton,
.blue_submit {
  padding: .5em 1em ;
  display: inline-block;
  background: #588fc2;
  border: 1px solid #fff;
  font-size:  1.1em; /* equiv 16px  -- 1.1429em*/
  color: #fff;
  font-weight: bold;
  text-decoration: none ;
  text-align: left;
}

.blue_button {
  background-image: url(/National_Library/20160526010038oe_/http://www.ohchr.org/SiteCollectionImages/OHCHR_images/hover_blue.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  padding-right: 1.2em;
  padding-left: .5em;
  display: block;
}
/*.blue_button:focus,
.blue_button:hover,
.blue_button:active,*/
.blue_submit:focus,
.blue_submit:hover,
.blue_submit:active {
  background-color: #3E77AB; 
}
.blue_button[aria-expanded=true] {
  background-image: url(/National_Library/20160526010038oe_/http://www.ohchr.org/SiteCollectionImages/OHCHR_images/hover_blue_top.png);  
}

.blue_submit {
  border: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
}

.searchbuttons__bigbutton {
  min-width: 210px;
  text-transform: uppercase;

}

.searchbuttons__bigbutton--what, 
.searchbuttons__bigbutton--donate {
  background-position: 98% 50%;
  background-repeat: no-repeat;
  padding-right: 2.5em;
}

.searchbuttons__bigbutton--what {
  background-image: url(/National_Library/20160526010038oe_/http://www.ohchr.org/SiteCollectionImages/OHCHR_images/icone_oiseau.png);
  margin-right: 1.1em;
}
.searchbuttons__bigbutton--donate {
  background-image: url(/National_Library/20160526010038oe_/http://www.ohchr.org/SiteCollectionImages/OHCHR_images/icone_coeur.png);
  background-color: #CB4B11;
}

.blue_button:focus,
.blue_button:hover,
.blue_button:active,
.blue_submit:focus,
.blue_submit:hover,
.blue_submit:active,
.footer-link:focus,
.footer-link:hover,
.footer-link:active,
.searchform__link:focus,
.searchform__link:hover,
.searchform__link:active,
.searchbuttons__bigbutton:focus,
.searchbuttons__bigbutton:hover,
.searchbuttons__bigbutton:active {
  color: #fff; text-decoration:none;
}





.navigation-container {
  background: #fff;
}


.navigation,
.navigation-filter {
  padding: 0;
  margin: 0;
}
.navigation-filter {
  background: #f6f6f6;
  margin-bottom: 1em;
}
.navigation__item,
.navigation-filter__item {
  position: relative;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;  
  font-size: .9286em; /* equiv 13px */
}
.navigation__item:nth-child(1) {
  width: 9%;
}
.navigation__item:nth-child(8) {
  width: 16%;
}

.displaymenu {
  position: absolute;
  right: .4em;
  top: 30%;
  font-size: 3em;
  text-decoration: none;
  padding: 0 .2em ;
  color: #fff;
  line-height: 1;
  z-index: 668;
}
.displaymenu--below {
  z-index: 665;
}
.displaymenu:focus,
.displaymenu:hover,
.displaymenu:active {
  color: #fff;
}
/* state classes in -- 16 */

.navigation__link,
.navigation-filter__link {
  text-decoration: none;
  padding: 1em 0.2em 1.1em;
  display: block;
}
.navigation-filter__link {
  padding: 1.3em 0.2em 1.4em; 
}
.navigation-filter__item {
  border-left: 1px solid #fff;
}
.navigation-filter__item:first-child {
  border-left: 0;
}


.navigation__itemhover,
.navigation-filter__itemhover {
  position: absolute;
  z-index: 666;
  bottom: -11px;
  left: 50%;
  margin-left: -22px;
  width: 42px;
  height: 11px;
  background: transparent;
}
.navigation__item:hover .navigation__itemhover,
.navigation__item--active .navigation__itemhover,
.navigation__itemhover--active,
.navigation-filter__link:hover .navigation-filter__itemhover,
.navigation-filter__link[aria-selected=true] .navigation-filter__itemhover {
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAALCAYAAAAJMx/IAAAAdElEQVR42mNgAIJ71XIKQLwfiP8PUjyfARkABRwGmYNBbnFgwAWgDr4/aB2IxcEJdHbweZIcOAAOBpmdwEAtADSsAYjfD1oHojlWgAoOBuktYKAHINPB76F6BBjoDaBl8PxB60ASHDx/UDgQj4NBWIFa5gIAA+RQpEy/oqgAAAAASUVORK5CYII=) 0 0 no-repeat;*/
  background: url(/National_Library/20160526010038oe_/http://www.ohchr.org/SiteCollectionImages/OHCHR_images/fleche_orange_horizontal.png) 0 0 no-repeat;
}

/*.displaymenu:focus, /* burger */
/*.displaymenu:hover,
.displaymenu:active,*/
.navigation__link:focus, /* links classical */
.navigation__link:hover,
.navigation__link:active,
.navigation__item:hover, /* fix height difference (link/cell) */
.navigation__item:hover .navigation__text,
.navigation__item--hover,
.navigation__item--hover .navigation__link,
.navigation__item--active, /* section active */
.navigation__item--active .navigation__text,

.navigation-filter__link:focus, /* links classical */
.navigation-filter__link:hover,
.navigation-filter__link:active,
.navigation-filter__link[aria-selected=true],
.navigation-filter__item:hover, /* fix height difference (link/cell) */
.navigation-filter__item:hover .navigation-filter__text,
.navigation-filter__item--hover,
.navigation-filter__item--active, /* section active */
.navigation-filter__item--active .navigation-filter__text {
  background: #CB4B11;
  color: #fff;
  outline: 0;
}
.navigation__item--active,
.navigation-filter__item--active,
.navigation-filter__link[aria-selected=true] {
  font-weight: bold;
}

.navigation__text {
  line-height: 1.3;
}

.oldies .navigation__text--oneline {
  display: inline-block;
  padding: .85em 0; /* sorry, didn't have better to avoid this */
}

.flexbox .navigation__link {
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  height: 5.1em;
}

.flexbox .navigation__text {
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  margin: auto;
  justify-content: center;
  align-self: center;
}



.navigation__subnav {
  position: absolute;
  z-index: 6;
  top: 100%;
  list-style-type: none;
  padding: 1em 0 0;
  text-align: left;
  background: #ebebeb;
  color: #f00;
  width: 17em;
}
.navigation__subnav__link {
  display: block;
  padding: .5em 1em .5em 1.5em;
  border-bottom: 1px solid #fff;
  line-height: 1.3;
}

/* min for subnav system JS */
.nav-system [data-visually-hidden=true] {
  display: none;
}
.nav-system__item {
  position: relative;
}
.nav-system [data-visually-hidden] {
  position: absolute;
}

.form-country {
  margin: 0 1em ;
  border: 1px solid #000;
  background: #fff;
  position: relative;
  padding-top: 2px;
}
.form-country__input {
  width: 80% !important;
  height: 29px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}
_:-moz-tree-row(hover), .form-country__input {
  height: 30px;
}
.form-country__button {
  background: transparent;
  position: absolute;
  right: 2px;
  padding: 0;
  margin: 0;
  height: 27px;
}
.form-country__buttonimg {
  padding: 0;
  margin: 0;
}

.form-country__seeall {
  display: block;
  font-size: .8em;
  text-transform: none;
  border-bottom: 1px solid #fff;
  padding: .5em 1em .5em 1.4em;
  margin-bottom: 1em;
}
.form-country__seecountry {
  display: block;
  text-transform: none;
  padding: 0 1em .5em 1em;
}
.nav-system__subnav__item:last-child .form-country__seecountry {
  padding-bottom: 1em;
}



/* --- main content --- */
.main {
  margin-top: 3em;
}


/* --- footer --- */
.footer-link {
  color: #fff;
  display: inline-block;
  margin-bottom: .25em;
  line-height: 1.1;
}
/* hover are factorised with blue_button above */




/*
 *****************************************************************
 * 07 -- forms
 *****************************************************************
 */

/* makes you want to click on */
#header label,
#header button,
#header input[type="submit"],
#header input[type="button"],
#header input[type="reset"] {
  cursor: pointer;
  outline: 0; /* client request */
}

#header label, #header button, #header input,
{
  vertical-align: middle;
}

/* to adapt to your design  nadeem*/
#header input, header ul input
 {
  border: 1px solid #fff;
  border-radius: 0;
  width: 210px;
  padding: .25em;
  /** fix typo inputs **/
  font-family: inherit;
  font-size: 1em;
  outline: 0;
}

.select_resource {
  width: 100%;
  padding: .5em;
  text-transform: uppercase;
  background: #CB4B11 url(/National_Library/20160526010038oe_/http://www.ohchr.org/SiteCollectionImages/OHCHR_Images/hover_blue.png) 98% 50% no-repeat;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.select_resource option {
  background: #fff;
  color: #000;
}

/* for field texts  nadeem*/
.labelohchr {
  display: inline-block;
}
.label.aligntop {
  vertical-align: top;
}

/* to adapt to your design */
.button-ohchr {
  background: #fff;
  color: #106fa8;
  padding: .25em .5em;
  text-transform: uppercase;
  outline: 0;
}


/* to cancel input sizing or other if needed */
.auto {
  width: auto;
}


/* priorities */

.priorities_element {
  margin-bottom: 1em;
}

.color-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 226px;
}
.color-box__img {
  display: block;
}
.color-box__text {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: .5em .5em .5em .8em;
  min-height: 7em;
  white-space: normal;
}
.color-box__text--green {
  /*background: #4caf5d;*/
  background: #258836;
}
.color-box__text--blue {
  /*background: #00a3e4;*/
  background: #007EB0;
}
.color-box__text--darkblue {
  background: #106fa9;
}
.color-box__text--violet {
  background: #723f81;
}
.color-box__text--orange {
  /*background: #df7b00;*/
  background: #CB4B11;
}
.color-box__text--brown {
  background: #8d1713;
}


.grid-selection, .width-search {
  width: 23.5%;
  margin-bottom: 1.5em;
  line-height: 1.3;
}
.grid-selection-gut,
.width-search-gut {
  width: 0%;
}
.grid-selection__input {
  width: 100%;
  padding: .7em;
  height: 2.7em;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #fff;
}
.grid-selection__input--select {
  background: #fff url(/National_Library/20160526010038oe_/http://www.ohchr.org/SiteCollectionImages/OHCHR_images/hover_back.png) no-repeat 98% 50%;
}
.quick-selection__links {
  padding-bottom: .5em;
}



/*
 *****************************************************************
 * 16 -- state classes
 *****************************************************************
 */

/*
 * State classes = put here to take priority on all classes
 *
 */


.is-hidden,
.tabs__tabcontent[aria-hidden=true],
.navigation-container[aria-hidden=true],
.to_expand[aria-hidden=true],
.search_form[aria-hidden=true] {
  display: none;
}


/* burger */
/*.displaymenu[aria-expanded=true] {
  border-bottom: 0;
}*/
.centered-content--nav[data-shown=true] {
  left: 0;
}
.navigation[aria-hidden=false] {
  display: block;
}
.centered-content--nav[data-shown=true] #navigation[aria-hidden=false] {
  box-shadow:  3px 3px 3px 0 #585858;
}









/*
 *****************************************************************
 * 17 -- Bonus: Fixes IE
 *****************************************************************
 */

/*
 * based on conditional classes on HTML element
 *
 * to be used only if there are not to many fixes &
 * small impact on webperfs for other browsers
 *
 */

/* less than IE 9 */
.oldies .nooldies {
  display: none;
}

.ie6 .noie6 {
  display: none;
}
.ie7 .noie7 {
  display: none;
}
.ie8 .noie8 {
  display: none;
}
.ie9 .noie9 {
  display: none;
}

.ie7 .col,
.ie7 .col-noalign,
.ie6 .col,
.ie6 .col-noalign {
  float: left;
}
.ie7 .row,
.ie6 .row {
  overflow: auto;
}

.ie7 .grid,
.ie6 .grid {
  zoom: 1; /* HasLayout */
  display: inline;
}

/* RTL */
[dir="rtl"] .ie7 .col,
[dir="rtl"] .ie7 .col-noalign,
[dir="rtl"] .ie6 .col,
[dir="rtl"] .ie6 .col-noalign {
  float: right;
}

 .nav-system__link.navigation__link {
    display: table;
    height: 66px;
    margin: 0 auto;
    text-align: center;
}
 .navigation__text {
    display: table-cell;
    margin: auto;
    vertical-align: middle;}

.navigation__itemhover, .navigation-filter__itemhover {
    bottom: -10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .nav-system__link.navigation__link {height: 77px;} } /* only ie11 css */
.nav-system__link.navigation__link {height: 77px\0/;} /* ie9, ie10 css */